home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / comm / cmomac02.zip / {C}READ.ME < prev    next >
Text File  |  1991-04-22  |  7KB  |  170 lines

  1. WELCOME   Version 0.2
  2.  
  3. Welcome to {C}MAC the do everything macro for {COMMO}.  At least it has 
  4. pretensions to one day do everything, if I ever finish it!  If you are 
  5. new to {COMMO} all this might be a little overwhelming.  Hang in 
  6. there!  It will all fall into place very soon.  You don't have to be 
  7. a genius to write {COMMO} macros!  The genius is in Fred Brucher's 
  8. elegantly simple program and macro language.  
  9.  
  10. You can consider this a Beta release.  And consider yourself a beta 
  11. tester.  I have been using these macros for a long time, but I tinker 
  12. with them constantly.  I hope you have as much fun modifying these 
  13. macros as I had writing them.
  14.  
  15. You will run across lots of little bits of code that may not make 
  16. sense to you, at least I know that I do.{G}  There are some delays, 
  17. for example, that were put in during testing and were never taken 
  18. out.  I don't worry about them as long as they don't interfere with 
  19. the operation.  Feel free to modify it any way your choose.
  20.  
  21. WHAT'S NEW
  22.  
  23. Note that this macro is designed to run on {COMMO} 4.53 or later.
  24. Changes in 4.53 made it necessary to add {PUSH} commands before the 
  25. DIAL functions.
  26.  
  27. Online quoting has been implemented on the Alt-F10 key.  See the 
  28. {C}MAC.DOC for details.
  29.  
  30. A macro has been added to allow file lists prepared with POINT and 
  31. SHOOT to be batch uploaded with Zmodem.
  32.  
  33. WHAT DOES IT DO
  34.  
  35. {C}MAC  will:
  36.               1.  Call your favorite BBSs and download your Net mail.
  37.               2.  Call and upload any .REP packets that you may have.
  38.               3.  Call and download selected files from a list.
  39.               4.  Automatically logon to most BBSs.
  40.               5.  Automatic Zmodem, PUMA  downloads.
  41.                   (If you have DSZ and PUMA in your {COMMO} directory.)
  42.               6.  Delay any combination of the Call features above.
  43.                   (Say while you are sleeping or at work.)    
  44.               
  45.                   
  46. MAKING IT WORK FOR YOU
  47.  
  48. The macro file is going to take some customizing to make it run for 
  49. you.  For instance if you are not a paid up member of Cyber Tech BBS you 
  50. will get summarily booted off Node 2.  (Likewise with The Doors, and The 
  51. Ultimate.)   Also you will have to change the paths as necessary.  I 
  52. suggest that you use a text editor, (I use QEDIT,) and do a search and 
  53. replace to put in your own paths.  I have included my directory tree 
  54. below if for those that are interested.  At the very least you will have 
  55. to change FIRST_NAME, LAST_NAME, and PASSWORD.
  56.  
  57.  
  58. FILES INCLUDED
  59.   
  60.                            commo.cfg     The {COMMO} config file
  61.                            commo.mac     {C}MAC01 macro file
  62.                            commo.fon     The {COMMO} dialing directory
  63.                            qwknr         The number file (see below)
  64.                            renqwk.btm    Rename .QWK file  
  65.                            renrep.btm    Rename .REP file
  66.                            sl.bat        The .BAT that loads SLMR
  67.                            {c}read.me    This file
  68.                            cm.bat        The .BAT that loads {COMMO}
  69.                            {c}mac.doc    The Macro Documentation 
  70.                                          File
  71.                            
  72. You may want to rename the commo.cfg and commo.mac files if you already 
  73. have your own and want to run mine as alternates.  See your {COMMO} doc 
  74. file for instructions on running alternate config and macro files.  Make 
  75. sure that you review the commo.cfg file and make sure that it will run 
  76. on your system. (Com port, etc.)  Also either use the commo.fon file or 
  77. make sure that the applicable entries in your commo.fon are the same.  
  78. The macros will not function if the linked macro names are not in the 
  79. dialing directory.
  80.  
  81. The other files above may not be any use to you if you do not use 4DOS 
  82. or if you do not want to use my scheme to keep track of multiple .QWK 
  83. and .REP packets.  I do not know how to make renqwk.btm and renrep.btm 
  84. to work with command.com.
  85.  
  86.  
  87. HOW I HANDLE MY NET MAIL
  88.  
  89. I rename all .QWK packets with RENQWK.BTM as soon as they are 
  90. downloaded.  It works this way.  Let us assume that I have just 
  91. downloaded FORUM!.QWK.  The macro calls RENQWK.BTM, which reads the 
  92. number from the file  QWKNR and uses it to rename FORUM!.QWK to 
  93. 1ORUM!.QWK then adds one to the number in the file.  If I then 
  94. downloaded CYBER.QWK it would be renamed as 2YBER.QWK, and so on.
  95.  
  96. I then exit {COMMO} and call my offline reader with the SL.BAT.  As you 
  97. can see if you look at the bat I use Silly Little Mail Reader.  I 
  98. include it only to show that when I exit SLMR the .BAT asks if I want to 
  99. move the .QWK packets to an OLDQWK directory.  If I have read them I 
  100. answer Y and they are moved out of the way.  (Periodically I delete the 
  101. old files.)  I have SLMR put the .REP packets in my upload directory.
  102. (Actually I have a combination upload/download directory.)
  103.  
  104. After the .REP packets are uploaded they are renamed as above with the 
  105. RENREP.BTM and moved to an OLDREP directory.
  106.  
  107. When the number in QWKNR approaches 999 I restart it at 1.
  108.  
  109. The effect of all this is that each packet has a unique name and is 
  110. numbered in the order downloaded.  The .REP packets are gotten out of 
  111. the way and you don't make multiple uploads accidentally.  (If something 
  112. goes wrong you can rename the .REP packet and upload it again.  Much 
  113. better than just deleting it.)
  114.  
  115.  
  116. AUTOMATIC FILE DOWNLOADING
  117.  
  118. All that is necessary to download a list of files from a BBS is to 
  119. create an ascii file using the name of the board with the extension 
  120. .GET.  For example:  FORUM!.GET.  The file might look like this:
  121.  
  122. COMMO452.ZIP
  123. {C}MAC01.ZIP
  124. LIST75F.ZIP
  125.  
  126. Right now only Wildcat! and PCboard are supported.
  127.  
  128. (I am experimenting with BIMODEM for fully automated file uploading and 
  129. downloading.  Should be out in a couple of weeks.)
  130.  
  131.  
  132. MY DIRECTORY CONFIGURATION
  133.  
  134. C:\─┬─4DOS
  135.     ├─BATS
  136.     ├─COM─────────┬─COMMO
  137.     │             ├─ULDL────────┬─GET
  138.     │             │             ├─OLDQWK
  139.     │             │             └─OLDREP
  140.     │             ├─SLMR
  141.     ├─DOS
  142.     
  143. Only c:\4dos, c:\bats, and c:\dos is in my path.
  144.  
  145. C:\com\uldl is my combination upload/download directory.
  146.  
  147. I believe that the other directories are explained above.    
  148.  
  149.  
  150. WHAT TO DO IF YOU NEED SUPPORT
  151.  
  152. Post a message to Don Garrett on:
  153.                     
  154.         The Forum! BBS (803) 862-4616
  155.         The COMMO conference on Relay Net (Carried locally by CYBER)
  156.         ScamNet
  157.         
  158. Or there is always snail mail:
  159.         
  160.         Don Garrett
  161.         980 Garrison Rd.
  162.         Pelzer, SC 29669
  163.         
  164.         
  165. Have fun!!
  166.  
  167. {don} {registered commo user 238}
  168.  
  169. Don't forget to register {COMMO}.       
  170.